how to upload & preview multiple images at single input and store in to php mysql [closed]
        Posted  
        
            by 
                Nilesh Sonawane
            
        on Programmers
        
        See other posts from Programmers
        
            or by Nilesh Sonawane
        
        
        
        Published on 2012-10-08T05:49:35Z
        Indexed on 
            2012/10/08
            9:47 UTC
        
        
        Read the original article
        Hit count: 373
        
This is nilesh , i am newcomer in this field , i need the script for when i click the upload button then uploaded images it should preview and store into db like wise i want to upload 10 images at same page using php mysql .
#div { border:3px dashed #CCC; width:500px; min-height:100px; height:auto; text-align:center: }
Multi-Images Uploader
- 
'.$f.'';
    }
}
}
?>
</div>
<br>
<font color='#3d3d3d' size='small'>By: Ahmed Hussein</font>
this script select multiple images and then uplod , but i need to upload at a time only one image which preview and store into database like wise min 10 image user can upload .......
© Programmers or respective owner